
/* - csshover.css - */
/* http://mis.kent.edu/portal_css/csshover.css?original=1 */


/* - ploneCustom.css - */
@media all {
/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */


/* DELETE THIS LINE AND PUT YOUR CUSTOM STUFF HERE */

/*  (do not remove this :) */
/*  (not this either :) */

body {
  behavior:url("../../csshover.htc");
}


/*             ------  Basic style  ------             */
#portal-globalnav ul {
        margin: 0;
        padding: 0;
        border: 0;
        list-style-type: none;
}

#portal-globalnav li {
        margin: 0;  
        padding: 0;
        border: 0; 
        display: inline;
        float: left;
        z-index: 10000;
        position: relative;
}

#portal-globalnav a {
        float: left;/* \*/float: none;/*  */
        display: block;
}

#portal-globalnav li ul {
        visibility: hidden;
        position: absolute;
        width: 20em;
}

#portal-globalnav li ul li {
        width: 100%;
        display: block;
        float: left;
        position: static;
}

#portal-globalnav li ul li a {
        width: 100%;
}

html>body #portal-globalnav li ul li {
        float: none;
        position: relative;
}

#portal-globalnav .csshover li ul li:hover {
        position: relative;
}


/* fix the position */
#portal-globalnav li ul li ul {
        top: 0;
        left: 100%;
}



/* simulate child selector for IE */
div#portal-globalnav .csshover li:hover ul, #portal-globalnav .csshover li:hover li:hover ul, #portal-globalnav .csshover li:hover li:hover li:hover ul, #portal-globalnav .csshover li:hover li:hover li:hover li:hover ul {
        visibility: visible;
}
#portal-globalnav .csshover li:hover li ul, #portal-globalnav .csshover li:hover li:hover li ul, #portal-globalnav .csshover li:hover li:hover li:hover li ul, #portal-globalnav .csshover li:hover li:hover li:hover li:hover li ul { 
        visibility: hidden;
}

/* do the normal show, with increased specificity */
#portal-globalnav ul#portal-globalnavList .csshover li:hover > ul {
       visibility: visible;
}

/*     ------   Make-up --------            */

#portal-globalnav li.invisibleHeightKeeper {
        visibility: hidden;
        float: none;
}

#portal-globalnav .csshover ul li ul li a:hover,
#portal-globalnav .csshover ul li ul li:hover a {
        color: #436976;
}

#portal-globalnav ul li ul li a {
        border-style: none;
        margin-right: 0em;
}

#portal-globalnav ul li ul {
        border: 1px solid #8cacbb;
        padding-bottom: 1px;
        overflow: hidden;
}

#portal-globalnav .csshover ul li:hover ul li:hover ul  a {
        color: #436976;
}

/* latest changes */

#portal-globalnav ul {
        font-size:8pt;
        list-style-type:none;
        list-style-image:none;
}

#portal-globalnav ul li {
        padding:0;
        margin:0;
        line-height:normal;
}

#portal-globalnav ul li.selected a,
#portal-globalnav .csshover ul li a:hover {
        background-color:#dee7ec;
        color:#436976;
}

#portal-globalnav .csshover ul li:hover ul {
        margin:0;
        border: 1px solid #8cacbb;
        background-color: White;
        overflow:visible;
}

#portal-globalnav .csshover ul li:hover ul li {
        padding:0;
        margin:0;
}

#portal-globalnav .csshover ul li:hover ul li a {
        color: #436976 !important;
        margin:0;
        line-height:normal;
        width:auto;
}

#portal-globalnav .csshover ul li ul li a:hover {
        background-image:none;
}

.kupu-fulleditor-zoomed #portal-globalnav {
        display: none;
}

/*Configlet styles************************************************************/

.ieVisible {display:none;}

* html .ieHidden {display: none;}

* html .ieVisible {display: block;}


/*  (do not remove this either :) */

#portal-breadcrumbs {
     color: #ffcc33;
     background-color: #213266;
}
#portal-breadcrumbs a{
     color: white
}
#portal-footer {
     background-color: #ffcc33;
}


#portal-personaltools {
background-color:#dddbdc;
margin: 0 0 -5px 0;
}

.portletHeader {
background-color:#ffcc33;
}

.portletFooter {
background-color:#ffcc33;
}

.portletCalendar dt {
background-color:transparent;
}

.ploneCalendar .weekdays th {
background-color:transparent;
}


#visual-portal-wrapper {
/*border: 2px;
border-style: solid;
border-color: black;
*/
margin: auto 5%;
min-width: 900px;
}

#portal-header {
 background-color:#213266;
}

#portal-globalnav ul {
background-color:#ffcc33;
}


#portal-globalnav li a{
     background-color: #ffcc33;
     color: #0a0d6f;
}

#portal-globalnav .csshover ul li a:hover{
background-color:#213266;
color:white;
}


#portal-globalnav li.selected a {
background-color:transparent;
border-style:dashed;
}

#portal-globalnav ul li a{
     color: #213266;
}

#portal-globalnav ul li a:hover {
     color:white;
     background-color:#213266;
}


#portal-globalnav .csshover ul li ul li a:hover {
     background-color:white;
}

#portal-globalnav {
padding: 5px;
}

#portal-siteactions li a {
color: black;
}



/*  */

/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */

 /* You can insert colors and other variables from Plone's 
    base_properties by doing:
    
    & dtml-variableName ; (without the spaces, excluded here to not make it render)
    
    Example:
    
    myLink {
        color: & dtml-fontColor ;   (again, without the spaces)
    }
 
   This means you can generate your own elements that use Plone's defaults,
   and respect any customizations people have done. See base_properties for
   the default values.
 
   These are the available properties:
   
   logoName - the file name of the portal logo
   
   fontFamily - the font family used for all text that is not headers
   
   fontBaseSize - the base font size that everything is calculated from
   
   fontColor - the main font color
   
   fontSmallSize - used for various elements like buttons and discreet text
   
   discreetColor - the font color of discreet text

   backgroundColor - the background color 
   
   linkColor - the color used on normal links

   linkActiveColor - color used on active links

   linkVisitedColor - color used on visited links
   
   borderWidth - the width of most borders in Plone
   
   borderStyle - the style of the border lines, normally solid
   
   borderStyleAnnotations - style of border lines on comments etc
   
   globalBorderColor - the border color used on the main tabs, the portlets etc
   
   globalBackgroundColor - background color for the selected tabs, portlet headings etc
   
   globalFontColor - the color of the font in the tabs and in portlet headings
   
   headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   inputFontColor - the font color used for input elements
   
   textTransform - whether to lowercase text in portlets, tabs etc.
   
   evenRowBackgroundColor - the background color of even rows in listings
   
   oddRowBackgroundColor - the background color of even rows in listings
   
   notifyBorderColor - border color of notification elements like the status message, the calendar focus
   
   notifyBackgroundColor - background color of notification elements like the status message, the calendar focus
   
   helpBackgroundColor - background color of information pop-ups (currently not used)
          
 */



}

